projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ece7425
)
; Improve defcustom :type in last change.
author
Basil L. Contovounesios
<contovob@tcd.ie>
Sat, 30 Jan 2021 19:09:46 +0000
(19:09 +0000)
committer
Basil L. Contovounesios
<contovob@tcd.ie>
Sat, 30 Jan 2021 19:09:46 +0000
(19:09 +0000)
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index a6978a4c1643c2c4cc1623edad8bca9ad311a2da..82d64c5766b87a211110769cb55c3cdc4b426b7d 100644
(file)
--- a/
lisp/isearch.el
+++ b/
lisp/isearch.el
@@
-362,7
+362,7
@@
This setting only has effect when the search string is less than
"For search strings at least this long, lazy highlight starts immediately.
For shorter search strings, `lazy-highlight-initial-delay'
applies."
- :type '
numb
er
+ :type '
integ
er
:group 'lazy-highlight
:version "28.1")